GetWindowBoundsResponse

data class GetWindowBoundsResponse(bounds: Bounds)

Represents response frame that is returned from Browser#getWindowBounds operation call. Get position and size of the browser window.

See also

Constructors

GetWindowBoundsResponse
Link copied to clipboard
fun GetWindowBoundsResponse(bounds: Bounds)

Properties

bounds
Link copied to clipboard
val bounds: Bounds
Bounds information of the window.

Sources

jvm source
Link copied to clipboard